home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / The Ghost Cave / BB / RBB / PUZ.Dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  236 b   |  14 lines

  1. on exitFrame
  2.   global numCorrect, totalpiece, finFr
  3.   if numCorrect = totalpiece then
  4.     go(finFr)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.  
  10. on idle
  11.   global mover, moverspr
  12.   set the loc of sprite moverspr to the loc of sprite mover
  13. end
  14.